html, body{
    font-size: 100%;
	background:	#fff;
	font-family: Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif !important;
    position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: Microsoft Yahei,PingFang SC,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif !important;
}
p{
	margin:0;
	letter-spacing: 1px;
}
ul,li{
	list-style: none;
}

ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

svg:not(:root) {
    overflow: hidden;
}
label.error {
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 8px;
    bottom: -20px;
    font-weight: normal;
    color: red;
}
input.error,input.error:focus {
    border-color: #b4221f!important;
}
.join-form label.error {
    position: static;
}
.system-message {
    z-index: 2147483647!important;
    min-width: 100px!important;
    background-color: #000!important;
    filter: alpha(opacity=60)!important;
    background-color: rgba(0,0,0,.6)!important;
    color: #fff!important;
    border: none!important;
    box-shadow: none!important;
}

.p-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}
.navbar-header{
    float: left;
}
.label-green{
    background-color: #00874c;
}
.footer-f13{
    color:#FFFFFF;
    font-size:13px;
}
.btn-link{
	padding: 12px 30px;
    background: #00874c;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.btn-link:hover{
	background: #65767D;
}
.btn-link:hover,.btn-link:visited,.btn-link:active,.btn-link:focus{
	color: #fff;
	text-decoration: none;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}
.input-group input {
	margin-bottom: 10px!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
@media (min-width: 900px) and (max-width:991px){
	.container {
	    width: 880px;
	}
}
@media (min-width: 768px) and (max-width:880px){
	.container {
	    width: 100%;
	}
}
.row-flex {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-6-flex,.col-md-6-flex,.col-lg-5-flex,.col-lg-7-flex,.col-lg-3-flex {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.p-0 {
    padding: 0!important;
}

@media (min-width:768px){
	.col-md-6-flex {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
@media (min-width:992px){
	.col-md-6-flex {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.col-lg-5-flex {
    	-ms-flex: 0 0 41.666667%;
   	 	flex: 0 0 41.666667%;
	}
	.col-lg-7-flex {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	}
    .col-lg-3-flex {
        flex: 0 0 25%;
        max-width: 25%;
    }
}


@media (min-width:1200px){
	.col-lg-6-flex {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.col-lg-5-flex {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
	}
	.col-lg-7-flex {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	}
    .col-lg-3-flex {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.section-title {
  padding-bottom: 60px;
}

/* 1.4: common style */

.section-title h4 {
  color: var(--main);
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--satisfy);
  font-weight: 400;
  padding-bottom: 7px;
}

.section-title h2 {
  color: var(--dark);
  font-family: var(--roboto);
  font-weight: 700;
}

.btn-style {
  display: inline-block;
  font-family: var(--pippins);
  font-weight: 400;
  font-size: 18px;
  line-height: 43px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  padding: 0 20px;
  background: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.btn-style:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
  background: #fff;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-style:hover {
  color: var(--main);
  z-index: 1;
}

.btn-style:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.join-form {
	background-color: #f6f4f5;
	padding-top: 15px; 
	margin-top: 30px;
	padding-bottom: 25px;
}
.contact .join-form{
	margin-top: 0;
}
.contact .join-form .join-right{
	padding-top: 10px;
}
.join-form .join-left img{
	width: 100%;
	display: block;
}
.join-form .join-right{
	padding-top: 30px;
}
.join-form .join-right h3 {
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	padding-top:15px;
}
.join-form .bg-c1{
	background: rgba(236, 181, 70, 0.4);
	position: relative;
	border-radius: 0.98125rem;
	box-sizing: border-box;
	padding: 0.18875rem 0.18875rem;
	width: 100%;
}
.join-form .bg-c2{
	background: linear-gradient(135deg, rgb(236, 181, 70), rgb(236, 227, 164));
	padding-bottom: 1rem;
	position: relative;
	border-radius: 0.7925rem;
	width: 100%;
}
.join-form form{
	padding: 15px;
	text-align: center;
}
.join-form form input{
	margin-top: 5px;
}
.process-mobile{
	display: none;
}
.process-btn{
	display: block;
	margin-top: 80px;
	text-align: center;
}
.process-btn a{
	display: inline-block;
	width: 300px;
	border-radius: 8px;
	font-size: 18px;
}
@media (max-width:350px){
	.process-btn {
		margin-top: 30px;
	}
	.process-btn a{
		width: 250px;
		font-size: 16px;
	}
}

.about .section-title {
  padding-bottom: 15px;
}

.about .image-part {
  margin-left: -125px;
}

.about .image-part .img {
  position: relative;
}

.about .image-part .img img {
  width: 100%;
}

.about .image-part .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.26);
}

.about h5 {
  font-family: var(--roboto);
  font-weight: 500;
  color: var(--main);
  font-style: italic;
}

.about h2 {
  font-size: 37px;
  line-height: 46px;
}

.about ul {
  padding: 18px 0;
}

.about ul li:not(:last-child) {
  padding-bottom: 5px;
}

.about ul li i {
  font-size: 22px;
  color: var(--dark);
  padding-right: 10px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.about ul li:hover i {
  color: var(--main);
}

.about .author {
  padding-top: 25px;
}

.about .author .image {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--main);
  padding: 10px;
  margin-right: 20px;
}

.about .author .image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about .author .name {
  padding-right: 30px;
  position: relative;
}

.about .author .name:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
}

.about .author h5 {
  color: var(--dark);
  text-transform: capitalize;
  font-style: normal;
}

.about .author .sign {
  padding-left: 40px;
}

@media(min-width: 768px) {
	.lg-container {
    	width: 750px;
	}
}
@media(min-width: 992px) {
	.lg-container {
    	width: 970px;
	}
}
@media(min-width: 1330px) {
	.lg-container {
    	width: 1300px;
	}
}


/*-- header --*/
.navbar-mobile-container{
    display: none;
}
.navbar-mobile-container input{
	display: none;
}
.navbar-mobile-container .sub-nav{
	position: fixed;
	height: 100%;
	width: 250px;
	left: 0;
	top: 90px;
	display: block;
	background-color: rgba(0,135,76, 0.7);
    color: #fff;
	-webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    transition: -webkit-transform .3s cubic-bezier(.4,0,.6,1);
    transition: transform .3s cubic-bezier(.4,0,.6,1);
    transition: transform .3s cubic-bezier(.4,0,.6,1),-webkit-transform .3s cubic-bezier(.4,0,.6,1);
    z-index: 2147483642;
}
.navbar-mobile-container input:checked + .sub-nav {
	-webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.navbar-mobile-container .nav-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 90px;
	left: 0;
	z-index: 2147483641;
	background-color: #fff;
	background-color: hsla(0, 0%, 93%, .8);
	background-blend-mode: screen;
	opacity: 0.3;
	display: block;
}
.navbar-mobile-container input:checked + .nav-overlay {
	display: none;
}

.navbar-brand{
    display: block;
    height: 80px;
    color: #fff !important;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-default .navbar-nav-mobile {
    width: 300px;
    float:right;
    margin-right: 35px;
    z-index: 2147483643;
}
.navbar-nav-mobile .slick-slide{
    text-align: center;
}
.navbar-nav-mobile .slick-slide > a,.navbar-nav-mobile .slick-slide > a:hover,.navbar-nav-mobile .slick-slide > a:focus {
    color: #fff;
    background:none;
    font-size: 15px;
    line-height: 20px;
    display: block;
    position: relative;
    outline: unset;
    outline-offset: unset;
    text-decoration: none;
}
.navbar-nav-mobile .slick-slide label > span,.navbar-nav-mobile .slick-slide label > span:hover,.navbar-nav-mobile .slick-slide label > span:focus {
    color: #fff;
    background:none;
    font-size: 15px;
    line-height: 20px;
    display: block;
    position: relative;
    outline: unset;
    outline-offset: unset;
    text-decoration: none;
}
.navbar-nav-mobile .slick-slide > a,.navbar-nav-mobile .slick-slide label > span {
    padding: 50px 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background:none;
}
.navbar-default label {
	font-weight: normal;
}
.navbar-brand span{
	font-size: 13px;
    display: block;
    padding-left: 5px;
    color: #949494;
    line-height: 2.5em;
}
.logo a label {
    color: #00874c;
    font-size: 1.8em;
}
.logo img {
    margin: 0;
    width: 80px;
	display: block;
}
@media (max-width:999px){
	.navbar-brand {
		padding-top: 1.1em!important;
	}
	.logo img {
	    margin: 0;
	    width: 60px;
		display: block;
	}	
}
@media (max-width:767px){
	.process img{
		margin-top: 25px;
	}
	.navbar-brand {
		padding-top: 1.8em!important;
	}
	.logo img {
	    margin: 0;
	    width: 50px;
		display: block;
	}
    .navbar-mobile-container{
        display: block;
    }
    .navbar-pc-container {
        display: none;
    }
    .navbar-nav-mobile .slick-slide > a,.navbar-nav-mobile .slick-slide label > span {
        padding: 35px 5px;
    }
}
@media (max-width:500px){
    .navbar-default .navbar-nav-mobile {
        width: 200px;
    }
    .navbar-nav-mobile .slick-slide > a,.navbar-nav-mobile .slick-slide label > span {
        padding: 35px 5px;
    }
    .navbar-nav-mobile .slick-slide > a, .navbar-nav-mobile .slick-slide > a:hover, .navbar-nav-mobile .slick-slide > a:focus{
        font-size: 12px;
    }
    .navbar-nav-mobile .slick-slide label > span, .navbar-nav-mobile .slick-slide label > span:hover, .navbar-nav-mobile .slick-slide label > span:focus{
        font-size: 12px;
    }
    .navbar-nav-mobile .slick-prev, .navbar-nav-mobile .slick-next {
        height: 20px;
        width: 20px;
    }
    .navbar-nav-mobile .slick-prev:before, .navbar-nav-mobile .slick-next:before{
        font-size: 20px;
    }
}
.navbar-nav {
    float: right;
}
.navbar-nav > li {
    float: left;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: none;
}
.navbar-default {
    border: none;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#fff;
	background:#00874c;
}

.header {
   background-color: #155932;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size: 15px;
}
.navbar {
    margin-bottom: 0;
}
.nav > li > a {
    padding: 10px 25px;
}
.navbar-nav > li > a {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,135,76, 0.7);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.root-nav{
    position: relative;
    z-index: 2147483643;
}
.root-nav .sub-nav{
    display: none;
    position: absolute;
    background-color: rgba(0,135,76, 0.7);
    color: #fff;
    border-radius: 0 0 8px 8px;
}
.root-nav .sub-nav a,.navbar-mobile-container .sub-nav a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    width: 150px;
    padding-left: 50px;
}
.root-nav .sub-nav ul,.navbar-mobile-container .sub-nav ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0px 5px 30px
}
.navbar-pc-container .root-nav .sub-nav ul{
	padding-left: 15px;
}
.navbar-pc-container .root-nav .sub-nav a {
	padding-left: 0px;
}
.root-nav .sub-nav ul li,.navbar-mobile-container .sub-nav ul li{
    margin: 0;
    padding: 8px;
}
.root-nav:hover .sub-nav {
    display: block;
}
/*-- //header --*/
/*-- banner --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:750px;
	position:relative;
}
.banner-info{
	width:80%;
	margin:13em auto 0;
}
.banner-info-left{
	width:80%;
	text-align:center;
	margin: 0 auto 2em;
}
.banner-info-left h3{
    text-transform: uppercase;
    font-size: 3.5em;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
}
.banner-info-left p {
    font-size: 14px;
    color: #00874c;
    margin: 1em 0 3em;
    line-height: 1.8em;
    letter-spacing: 6px;
}
.more a{
	padding:12px 30px;
	background:#00874c;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.more a:hover{
	background:#fff;
	color:#00874c;
}
.banner-pos{
	position: absolute;
      top: 85%;
    left: 13%;
    width: 73%;
}
.banner-pos-left-info{
	background:#fff;
	padding:2em;
	box-shadow: 1px 0px 2px #D8D8D8;
	-webkit-box-shadow: 1px 0px 2px #D8D8D8;
	-moz-box-shadow: 1px 0px 2px #D8D8D8;
	-o-box-shadow: 1px 0px 2px #D8D8D8;
	-ms-box-shadow: 1px 0px 2px #D8D8D8;
}
.banner-pos-left-info h3{
	    font-size: 1.23em;
    text-transform: uppercase;
    color: #00874c;
    margin: 0;
    line-height: 1.4em;
    font-weight: bold;
}
.banner-pos-left-info p{
	color:#999;
	font-size:14px;
	line-height:1.8em;
	margin:1em 0 0;
}
.banner-pos-left-info h3 i{
	color: #999;
    left: -0.5em;
    top: .2em;
}
/*-- //banner --*/
h3 .sub-title{
	font-size: 16px;
	line-height: 25px;
	float: right;
	color: #5a5a5a;
}
.services h3,.services1 h3,.advantages h3,.history-left h3,.history-right h3,.gallery h3,.contact h3,.newsletter-info-agile-w3ls h3,.about h3{
	color: #222;
    margin: 0;
    font-size: 2.5em;
    padding-left: 0.7em;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.services h3:before,.gallery h3:before,.services1 h3:before,.history-left h3:before,.history-right h3:before,.about h3:before{
	content: '';
    height: 100%;
     border-left: 6px solid #00874c;
    position: absolute;
    top: 0%;
    left: 0%;
}
p.ever{
	margin:.5em 0 0;
	color:#999;
	font-size:14px;
	line-height:1.8em;
	padding-left:1em;
}

.headquarters-support {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: calc(60px + 0.05rem);
}
.headquarters-support ul {
    width: calc(100% + 0.3rem);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}
.headquarters-support ul li:hover {
    background: #00874c;
}
.headquarters-support ul li {
    float: left;
    width: calc(33.33333333% - 0.3rem);
    margin: 0.15rem;
    background: #fff;
    padding: 1rem 0.32rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.headquarters-support ul li .img {
    display: flex;
    line-height: 0;
    border: 1px solid #cdd8e8;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;
}
.headquarters-support ul li .img img {
    width: calc(80px + 0.4rem);
    height: calc(80px + 0.4rem);
    border-radius: 50%;
    background: #e6ebf3;
    padding: 0.2rem;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.headquarters-support ul li .img .show-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    opacity: 0;
}
.headquarters-support ul li .tit {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #000000;
    font-size: calc(12px + 0.32rem);
    line-height: calc(20px + 0.34rem);
    margin-top: 1.34rem;
}
.headquarters-support ul li .p {
    display: flex;
    width: 100%;
    color: #000000;
    font-size: calc(12px + 0.06rem);
    line-height: calc(20px + 0.1rem);
    margin-top: 0.5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.headquarters-support ul li:hover {
    background: #00874c;
}
.headquarters-support ul li:hover .img .show {
    opacity: 0;
}
.headquarters-support ul li:hover .img img {
    background: #fff;
}
.headquarters-support ul li:hover .img .show-hover {
    transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    display: block!important;
}

.headquarters-support ul li:hover .tit {
    color: #fff;
}
.headquarters-support ul li:hover .p {
    color: #fff;
}

/*-- ??????--*/

.application-wrap {
    width: 100%;
    margin-top: calc(60px + 0.18rem);
}
.process-top {
    width: 100%;
    display: flex;
    margin-bottom: calc(10px + 0.17rem);
}
.process-item {
    width: 14.28%;
    height: 100%;
    display: flex;
    opacity: 0;
}
.process-align {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.process-align .img {
    padding: 8px;
    background: rgba(0,135,76,0.2);
    border-radius: 50%;
    line-height: 0;
}
.process-align img {
    background: #00874c;
    border-radius: 50%;
    width: 80px;
    padding: 10px;
    height: 80px;
}
.process-align .process-item-title {
    color: #333333;
    font-size: calc(16px + 0.12rem);
    line-height: calc(40px + 0.14rem);
    margin-top: 0.3rem;
}
.process-line {
    margin: 0 auto;
}
.process-bottom {
    width: 100%;
    margin-bottom: calc(10px + 0.12rem);
    display: flex;
}
.process-item-2 {
    justify-content: flex-end;
}
.process-item-2 {
    width: 14.28%;
    height: 100%;
    display: flex;
    opacity: 0;
}
#lottie {
    width: 87%;
    margin: 0 auto;
}
.visible-process:nth-child(1) {
	animation: textOpacity 0.03s;
	animation-fill-mode: forwards;
}
/*
.visible-process-2:nth-child(1) {
	animation: textOpacity 0.6s;
	animation-fill-mode: forwards;
}
    
.visible-process:nth-child(2) {
	animation: textOpacity 0.98s;
	animation-fill-mode: forwards;
}
*/
    
.visible-process-2:nth-child(2) {
	animation: textOpacity 1.1s;
	animation-fill-mode: forwards;
}
/*
.visible-process:nth-child(3) {
	animation: textOpacity 1.22s;
	animation-fill-mode: forwards;
}

.visible-process-2:nth-child(3) {
	animation: textOpacity 1.6s;
	animation-fill-mode: forwards;
}
*/
.visible-process:nth-child(4) {
	animation: textOpacity 1.22s;
	animation-fill-mode: forwards;
}
/*
.visible-process-2:nth-child(4) {
	animation: textOpacity 2.78s;
	animation-fill-mode: forwards;
}
.visible-process:nth-child(5) {
	animation: textOpacity 3.0s;
	animation-fill-mode: forwards;
}
*/
.visible-process-2:nth-child(5) {
	animation: textOpacity 1.6s;
	animation-fill-mode: forwards;
}
/*
.visible-process:nth-child(6) {
	animation: textOpacity 3.8s;
	animation-fill-mode: forwards;
}
.visible-process-2:nth-child(6) {
	animation: textOpacity 4.0s;
	animation-fill-mode: forwards;
}
*/
.visible-process:nth-child(7) {
	animation: textOpacity 2.2s;
	animation-fill-mode: forwards;
}
/*
.visible-process-2:nth-child(7) {
	animation: textOpacity 4.8s;
	animation-fill-mode: forwards;
}
*/

@-webkit-keyframes textOpacity {
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
    
@keyframes textOpacity {
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*-- banner-text --*/
.cabecera-destacada .slick-dots li button:hover, .cabecera-destacada .slick-dots li button:focus {
    outline: none;
}
.cabecera-destacada a:hover,.cabecera-destacada a:active,.cabecera-destacada a:focus,.cabecera-destacada a:visited {
    outline: unset;
    outline-offset: unset;
}
@media (min-width: 768px) {
    .cabecera-destacada .slick-dots.laufen-dots {
        position: absolute;
        right: 30px;
        justify-content: flex-end;
    }
}

.cta-square-white {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    border: 1px solid #FFFFFF !important;
    padding: 30px 40px;
    margin-top: 0px;
    display: inline-block;
    -webkit-transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: background 300ms cubic-bezier(0, 1, 0.66, 1);
    background-color: rgba(255, 255, 255, 0);
}

.cta-square-white:hover {
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 0.3);
}

.cabecera-destacada {
    margin-bottom: 0px;
    position: relative;
    /* Dots */ }
.cabecera-destacada-smart .top-bottom {
    display: none; }
.cabecera-destacada-smart .top-top {
    display: none; }
.cabecera-destacada-smart .slider-content {
    width: 90%; }
.cabecera-destacada-smart .slider-content h2 {
    font-weight: 600 !important;
    font-family: AktivGrotesk-Regular, sans-serif !important;
    line-height: 47px !important; }
.cabecera-destacada-smart .slider-content p {
    font-family: AktivGrotesk-Regular, sans-serif !important;
    text-align: center;
    width: 100%;
    font-size: 18px !important;
    margin-bottom: 0; }
.cabecera-destacada-celite {
    position: relative;
    color: white;
    text-align: center; }
.cabecera-destacada-celite .jumbotron {
    padding: 12rem 2rem;
    background-size: cover;
    border-radius: 0; }
.cabecera-destacada-celite .slider-content {
    padding: 0 min(10%, 100px); }
.cabecera-destacada-celite h2 {
    font-size: 120px;
    font-family: ChaletComprime;
    letter-spacing: 1.92px; }
.cabecera-destacada-celite p {
    font-size: 24px;
    font-family: Lato;
    letter-spacing: 0.38px;
    margin: 20px 0; }
.cabecera-destacada-celite .cta-square-white {
    padding: 15px 30px;
    font-size: 12px; }
@media (max-width: 991px) {
    .cabecera-destacada-celite .jumbotron {
        padding: 9rem 2rem; }
    .cabecera-destacada-celite .slider-content {
        padding: 0; }
    .cabecera-destacada-celite h2 {
        font-size: 78px;
        font-weight: lighter; }
    .cabecera-destacada-celite p {
        margin: 40px 0; }
    .cabecera-destacada-celite .cta-square-white {
        padding: 20px 40px;
        font-size: 16px; } }
.cabecera-destacada.interior {
    margin-bottom: 0; }
.cabecera-destacada.interior .slick-dotted.slick-slider {
    margin-bottom: 0px; }
.cabecera-destacada.mg-btm-0 .slick-dotted.slick-slider {
    margin-bottom: 0px; }
.cabecera-destacada.hasBreadcrumb {
    margin-bottom: 0; }
.cabecera-destacada.hasBreadcrumb .jumbotron {
    height: 415px; }
.cabecera-destacada .jumbotron {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0; }
.cabecera-destacada .jumbotron .img-box,.cabecera-destacada .jumbotron .img-box img {
    display: block;
    width: 100%;
}
.cabecera-destacada .jumbotron .container {
    z-index: 2;
    position: relative;
    display: block; }
.cabecera-destacada .jumbotron .container,
.cabecera-destacada .jumbotron .row,
.cabecera-destacada .jumbotron .col-xs-12 {
    height: 100%; }
@media (orientation: landscape) and (max-width: 991px) {
    .cabecera-destacada .jumbotron {
        height: auto; !important; } }
.cabecera-destacada .velo-25 {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
.cabecera-destacada .velo-25:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25); }
.cabecera-destacada .velo-25.videoCover {
    cursor: pointer; }
.cabecera-destacada .velo-25.videoCover:after {
    background-image: url(../images/icons/btn-play.svg);
    background-position: center;
    background-repeat: no-repeat; }
.cabecera-destacada .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    color: #FFFFFF;
    z-index: 5;
    margin-top: 0px;
    padding: 20px 0;
    height: auto; }
.cabecera-destacada .slider-content * {
    max-width: 100%; }
.cabecera-destacada .slider-content > h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 50px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: white; }
.cabecera-destacada .slider-content > .cta-white-video {
    max-width: 80%;
    margin: 30px auto 0; }
.cabecera-destacada .slider-content > .cta-square-white {
    max-width: 80%;
    font-size: 22px;
    margin: 30px auto 0; }
.cabecera-destacada .slider-content > p {
    max-width: 100%;
    font-size: 20px;
    color: white; }
.cabecera-destacada h2 {
    
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-bottom: 40px; }
.cabecera-destacada p {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #6c6c6c; }
.cabecera-destacada .cta-white {
    margin-top: 34px; }
.cabecera-destacada .background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 0; }
.cabecera-destacada .video-wrapper-loop {
    position: relative;
    height: 100%;
    padding-top: 56%;
    margin-top: 0; }
.cabecera-destacada .video-wrapper-loop iframe,
.cabecera-destacada .video-wrapper-loop video {
    position: absolute;
    top: 65%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    pointer-events: none;
    border: none;
}
.cabecera-destacada .slick-next {
    right: 30px; }
.cabecera-destacada .slick-prev {
    left: 30px;
}
.cabecera-destacada .slick-prev:before,
.cabecera-destacada .slick-next:before {
    /* font-family: 'icomoon' !important;*/
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cabecera-destacada .slick-prev:before {
    content: url(../images/icons/chevron_left-18-white.svg);
    position: absolute;
    width: 5.6px;
    right: 7px;
    top: 0;
}
.cabecera-destacada .slick-next:before {
    content: url(../images/icons/chevron_right-18-white.svg);
    position: absolute;
    width: 5.6px;
    right: 15px;
    top: 0;
}
.cabecera-destacada .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.cabecera-destacada .dots-wrapper {
    position: absolute;
    bottom: 25px;
    right: 60px;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.cabecera-destacada .slick-dots {
    padding: 0;
    display: inline-block;
}
.cabecera-destacada .slick-dots.laufen-dots {
    bottom: 40px;
    display: flex;
    align-items: flex-end;
    right: unset;
    left: unset;
    position: absolute;
    justify-content: center;
}
@media (min-width: 768px) {
    .cabecera-destacada .slick-dots.laufen-dots {
        position: absolute;
        right: 30px;
        justify-content: flex-end;
    }
}
.cabecera-destacada .slick-dots.laufen-dots li {
    background-color: #FFFFFF;
    width: 20px;
    height: 2px;
    margin-right: 16px; }
.cabecera-destacada .slick-dots.laufen-dots li.slick-active {
    background-color: #FFFFFF;
    width: 20px;
    height: 6px; }
.cabecera-destacada .slick-dots.laufen-dots li:last-child {
    margin-right: 0; }
.cabecera-destacada .slick-dots.laufen-dots li button::before {
    background-color: transparent; }
.cabecera-destacada .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
.cabecera-destacada .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
.cabecera-destacada .slick-dots li button:hover,
.cabecera-destacada .slick-dots li button:focus {
    outline: none; }
.cabecera-destacada .slick-dots li button:hover:before,
.cabecera-destacada .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #FFFFFF; }
.cabecera-destacada .slick-dots li button:before {
    content: '';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    opacity: 1;
    background-color: #9A9A9A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.cabecera-destacada .slick-dots li.slick-active button:before {
    background-color: #FFFFFF; }
.cabecera-destacada .slick-arrow {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 300ms cubic-bezier(0, 1, 0.66, 1);
    transition: opacity 300ms cubic-bezier(0, 1, 0.66, 1);
    opacity: 1; }
.cabecera-destacada .slick-arrow:hover {
    opacity: .5; }
.cabecera-destacada .slick-prev span {
    display: block;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    bottom: -16px;
    right: 10px; }
.cabecera-destacada .slick-next span {
    display: block;
    position: absolute;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    bottom: -16px;
    right: 10px; }
.cabecera-destacada .slider-counter {
    
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: #FFFFFF; }
.cabecera-destacada .slider-counter.actual {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: super; }
.cabecera-destacada .slider-counter.total {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: super; }
.cabecera-destacada .breadcrumb .container > .row:first-of-type {
    height: auto; }
.cabecera-destacada .breadcrumb ul li a:before {
    background-color: #FFFFFF; }
.cabecera-destacada .breadcrumb h1 {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: normal;
    margin-bottom: 30px; }
.cabecera-destacada .breadcrumb h1:before {
    content: none; }
.cabecera-destacada.page-404 {
    margin-bottom: 0 !important; }
.cabecera-destacada.page-404 h1 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
    font-size: 163px;
    line-height: 166px; }
.cabecera-destacada.page-404 h2 {
    font-family: aktiv-grotesk-light, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: normal; }
@media (max-width: 768px) {
    .cabecera-destacada.page-404 h1 {
        font-size: 80px;
        line-height: 80px; }
    .cabecera-destacada.page-404 h2 {
        
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: normal; } }
@media (min-width: 1025px) {
    .cabecera-destacada .thumbnail__wrapper {
        padding: 0 10px; }
    .cabecera-destacada .thumbnail__image {
        width: 100%;
        height: 0;
        margin: auto;
        padding-bottom: 70.7%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #9A9A9A;
        position: relative;
        border: 1px solid transparent;
        cursor: pointer; }
    .cabecera-destacada .thumbnail__wrapper:hover .thumbnail__image {
        border: 1px solid #000000; } }
@media (max-width: 1024px) {
    .cabecera-destacada .thumbnail__image {
        background: none !important; } }
.cabecera-destacada .slick-current .thumbnail__image {
    border: 1px solid #000000;
    cursor: default; }

@media only screen and (min-width: 1440px) {
    .cabecera-destacada-smart .slider-content {
        max-width: 37rem; } }

@media only screen and (min-width: 768px) {
    .cabecera-destacada-smart .slider-content {
        padding: 10.625rem 1.25rem 0 9.25rem;
        text-align: left;
        align-items: flex-start;
        margin-left: -11.25rem; } }

@media (max-width: 768px) {
    .cabecera-destacada-smart .slider-content {
        margin-left: 1.75rem; } }

/* tablet Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1024px) {
    .cabecera-destacada {
        margin-bottom: 50px; }
    .cabecera-destacada h2 {
        
        font-style: normal;
        font-weight: 700;
        font-size: 74px;
        line-height: 84px;
        letter-spacing: normal; }
    .cabecera-destacada .slick-dots {
        left: 62px;
        top: 96.5%; }
    .cabecera-destacada .slick-arrow span {
        display: none; }
    .cabecera-destacada .slick-prev {
        left: 20%;
        top: 96.7%; }
    .cabecera-destacada .slick-next {
        left: calc(20% + 42px);
        top: 96.7%; }
    .cabecera-destacada .slick-prev:before {
        background-image: url(../images/icons/chevron_left-18.svg);
        background-size: 10px 18px;
        display: inline-block;
        width: 10px;
        height: 18px;
        content: "";
        position: unset;
        left: unset;
        top: unset; }
    .cabecera-destacada .slick-next:before {
        background-image: url(../images/icons/chevron_right-18.svg);
        background-size: 10px 18px;
        display: inline-block;
        width: 10px;
        height: 18px;
        content: "";
        position: unset;
        left: unset;
        top: unset; }
    .cabecera-destacada .slick-slider .hotspots-slide {
        margin-top: -123.8%; } }

/* mobile */
@media (max-width: 991px) {
    .cabecera-destacada {
        margin-bottom: 0; }
    .cabecera-destacada.hasBreadcrumb {
        display: none; }
    .cabecera-destacada h2 {
        
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: normal; }
    .cabecera-destacada .video-wrapper-loop {
        /*     iframe, video{ */
        /*       display: none; */
        /*     } */ }
    .cabecera-destacada .slick-dots {
        left: 50px;
        top: 90%; }
    .cabecera-destacada .dots-wrapper {
        right: unset;
        left: 15px;
        display: flex;
        align-items: center;
        width: 30%; }
    .cabecera-destacada .slick-dots {
        display: flex;
        margin: 0;
        width: 100%; }
    .cabecera-destacada .slick-dots li {
        width: 100%;
        height: 0; }
    .cabecera-destacada .slick-arrow span {
        display: none; }
    .cabecera-destacada .slick-prev {
        left: 37%;
        bottom: 18px;
        top: unset; }
    .cabecera-destacada .slick-next {
        left: calc(37% + 42px);
        bottom: 18px;
        top: unset; }
    .cabecera-destacada .slick-prev:before {
        background-image: url(../images/icons/chevron_left-18-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 10px;
        height: 18px;
        content: "";
        position: unset;
        left: unset;
        top: unset; }
    .cabecera-destacada .slick-next:before {
        background-image: url(../images/icons/chevron_left-18-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: scaleX(-1);
        display: inline-block;
        width: 10px;
        height: 18px;
        content: "";
        position: unset;
        left: unset;
        top: unset; } }

/* mobile */
@media (max-width: 320px) {
    .cabecera-destacada .slick-prev {
        left: 45%;
        top: 90.3%; }
    .cabecera-destacada .slick-next {
        left: calc(45% + 42px);
        top: 90.3%; }
    .cabecera-destacada .cta-white {
        margin-top: 11px; } }

/* mobile only landscape */
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 736px) {
    .cabecera-destacada .jumbotron {
        height: auto; !important; }
    .cabecera-destacada .slick-slider .jumbotron {
        height: auto; !important; } }

/* tablet */
@media (max-width: 991px) and (min-width: 768px) {
    .cabecera-destacada {
        margin-bottom: 0; }
    .cabecera-destacada h2 {
        
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: normal; }
    .cabecera-destacada .video-wrapper-loop {
        /*       iframe, video{ */
        /*         display: none; */
        /*       } */ }
    .cabecera-destacada .dots-wrapper {
        left: 45px;
        width: 15%; }
    .cabecera-destacada .slick-prev {
        left: 27%; }
    .cabecera-destacada .slick-next {
        left: calc(27% + 42px); } }
.v-section-01 {
	width: 100%;
	background: #155932;
	padding: 20px 0 80px 0!important;
}

.v-section-01 img {
	display: block;
	width: 100%;
}
.v-section-01 {
	color: #fff;
}
.v-section-01 h2 {
	font-size: 2em;
	padding: 40px 0;
	text-align: center;
    margin-top: 0;
    font-weight: 600;
}
.v-section-01 .cta-square-white {
	font-size: 30px;
	border-radius: 5px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.v-section-01{
		padding: 20px 0 40px 0!important;
	}
	.v-section-01 h2 {
		padding: 30px 0;
		font-size: 1.3em;
	}
	.p-120{
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.v-section-01 .container{
		padding: 0;
	}
	.v-section-01{
		padding: 20px 0 30px 0!important;
	}
	.v-section-01 h2 {
		padding: 25px 0;
		font-size: 1.3em;
	}
	.join-form{
		margin-top: 10px;
	}
	.join-form .join-right h3{
		font-size: 1.2em;
	}
	.p-120{
		padding: 40px 0;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.v-section-01 .join-form .join-right h3{
		font-size: 1.4em;
	}
}
@media (max-width: 429px) {
	.v-section-01 h2 {
		font-size: 1.0em;
	}
}

/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 47%;
    top: 90%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background:#fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.wmuSliderPagination a.wmuActive {
	    background: #00874c;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0;
}
/*-- //wmuslider --*/
/*-- //banner-text --*/
/*-- services --*/
.services,.banner-text,.services1,.history,.gallery,.newsletter{
	padding:5em 0;
}
#contact {
	margin-top: 30px;
}
.contact{
	padding: 3em 0;
}
.store-video {
	padding: 8px;
	margin: 0.4%;
}
.services-left h4{
	    color: #00874c;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.services-left p {
	color: #999;
	font-size: 14px;
	margin:1em 0 0;
	line-height: 1.8em;
}
.services-top-main:nth-child(2) {
	margin-top: 3em;
}
.services-top{
	margin:3em 0 0;
}
.services-top-main:hover .service-img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.services-top-main img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.para p{
	color: #999;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
    border:1px dashed #999999;
    padding: 4em 2em 2em;
    text-align: center;
}
.services-grid:hover div.para span{
	background:#00874c;
}
.services-grid:hover div.para p{
	border: 1px dashed #00874c;
}
.services1{
	padding:0 0 5em;
}
.services-grids{
    margin: 7em 0 0;
}
.para {
    position: relative;
}
.para span{
   color: #fff;
    background: #6d6a6a;
    top:-70px;
    left: 128px;
    text-align: center;
    position: absolute;
    padding: 0.3em;
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.para img{
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
/*-- //services --*/
/*-- about --*/
.advantages{
	background: #155932;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:600px;
	padding:4em 0;
}
.advantages h3{
	color:#fff;
	margin:0;
	text-align:center;
}
.our-advantages-grids:nth-child(2){
	margin:3em 0;
}
.our-advantages-grd-left p{
	padding: 13px 15px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	margin: 0;
	border-radius: 160px;
	background:#00874c;
}
.our-advantages-grd-right{
	padding:0 !important;
}
.our-advantages-grd-right h4{
	font-size:1.5em;
	color: #dcd8d8;
	margin:0 0 1em;
	text-transform:capitalize;
}
.our-advantages-grd-right p{
	color:#999;
	font-size:14px;
	margin:0;
	line-height: 1.8em;
}
.history-left-grid p{
	font-size:1em;
	color:#9D9D9D;
	margin:0;
	padding-left: 1em;
}
.glyphicon-calendar {
  left: -13px;
}
.history-left-grid h4,.history-right h4{
	color:#146eb4;
    font-size: 1.3em;
	margin:1em 0;
	text-transform:capitalize;
	font-weight:bold;
}
p.aut{
	color:#999;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	padding: 0;
}
.history-left-grid:nth-child(3){
	margin:2em 0;
}
.history-right p{
	color:#999;
	font-size:14px;
	line-height:1.8em;
	margin:1em 0 0;
}
.history-right ul{
	padding:2em 0 0;
}
.history-right ul li{
	list-style-type:none;
	margin:0 0 10px;
	background: url(../images/9.png) no-repeat 0px 7px;
	display: block;
	padding-left: 1.5em;
}
.history-right ul li a{
	font-size:14px;
	color:#999;
	text-decoration:none;
	text-transform:capitalize;
	letter-spacing: 1px;
}
.history-right ul li a:hover{
	text-decoration:none;
	color:#00874c;
}
.history-left h3,.history-right h3 {
    margin: 0 0 1.5em !important;
}
/*-- //about --*/
/*-- newsletter --*/
.newsletter-info-agile-w3ls{
	background:url(../images/10.jpg) no-repeat 0px 0px;
	min-height:445px;
	position:relative;
}

.newsletter-info-agile-w3ls h3{
	    padding: 4em 0 0 0em !important;
	text-align:center;
	color:#fff;
}
.letter{
	    margin: 2em auto;
    width: 70%;
    text-align: center;
}
.letter input[type="email"]{
	border:none;
	background:#fff;
	padding:12px 10px;
	color:#00874c;
	width:80%;
	outline:none;
	font-size:14px;
	letter-spacing: 1px;
}
.letter input[type="submit"]{
	outline:none;
	border:none;
	background: url(../images/3.png) no-repeat 19px 8px #fff;
    display: inline-block;
    padding: 11.5px 0;
      width: 10%;
    cursor: pointer;
    vertical-align: bottom;
}
/*-- //newsletter --*/
/*-- gallery --*/
.gallery-grids{
	margin:3em 0 0;
}
.gallery-grid1 img{
	padding:.5em;
	border:1px dotted #f26f62;
}
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 0.4%;
    padding: 8px;
    position: relative;
    width: 32.4%;
    border: 1px solid #e6e6e6;
}
#index-gallery .da-thumbs li {
    border: none;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}
.da-thumbs li a {
	overflow: hidden;
    height: 280px;
}
#index-gallery .da-thumbs li a{
    height: 100%;
}
.da-thumbs li a .img-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.da-thumbs li a img {
    max-height: 280px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
#index-gallery .da-thumbs li a img {
    max-height: unset;
    max-width: 100%;
}
.da-thumbs li a div.overlay {
  position: absolute;
  background: rgba(19, 17, 17, 0.86);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div.overlay span {
    display: block;
    padding: 10px 0;
    margin: 11px 20px 20px 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: rgba(255,255,255,0.9);
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7em;
}
.da-thumbs li a div.overlay h5 {
    color: #00874c;
    font-size: 1.5em;
    margin: 3.5em 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.da-product-thumbs li a div.overlay h5 {
    margin: 5.5em 0 0 0;
}
/*-- //gallery --*/
/*-- contact --*/
.contact-us1-bottom{
	margin:3em 0 0;
}
.contact-us1-bottom form{
	float:left;
	width:100%;
	}
.contact-us1-bottom input[type="text"],.contact-us1-bottom input[type="email"],.contact-us1-bottom textarea {
	outline: none;
    padding: 10px 10px;
    background: none;
    color: #8C969D;
    font-size: 14px;
    border: 1px solid #BCBCBC;
    width: 48.3%;
	letter-spacing: 1px;
	}
.contact-us1-bottom input[type="email"]{
	margin:0 0 0 1em;
}
.contact-us1-bottom textarea {
	min-height:150px;
	resize:none;
	width:100%;
	margin:1em 0;
	}
.contact-us1-bottom input[type="submit"],.join-right button[type="submit"] {
	background: #00874c;
    color: #fff;
    outline: none;
    padding: 10px 0px;
    width: 30%;
	font-size: 16px;
	border:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.contact-us1-bottom input[type="submit"]:hover,.join-right button[type="submit"]:hover {
	background:#65767D;
	}
.join-right button[type="submit"]{
	width: 90%;
	margin-top: 30px;
	border-radius: 0.7925rem
}
.join-right input{
	height: 2.75rem;
    font-size: 0.875rem;
    border: 0.0625rem solid #eee;
    border-radius: 0.50625rem;
}
.join-right input:focus{
	border-color: #00874c;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.home-radio-clock{
	float:left;
	width:20%;
	margin-left: 5em;
	}
.home-radio-clock-right{
	float:left;
	width:20%;
	}
.home-radio-clock ul{
	padding:0;
	margin:0;
	}
.home-radio-clock ul li{
	padding-left: 4em;
	color: #999;
	font-size: 14px;
	list-style-type:none;
	margin: 0 0 1em;
	letter-spacing: 1px;
	}
.home-radio-clock-right ul{
	padding:0;
	margin:0;
	}
.home-radio-clock-right ul li{
	color: #999;
    font-size: 14px;
	list-style-type:none;
	letter-spacing: 1px;
	}
.home-radio-clock ul li i{
	font-size:1.5em;
	left: -15px;
	color:#222;
}
.home-radio-clock-right ul li span{
	display:block;
	}
.home-radio-clock-right ul li.lst{
	margin:1em 0 2em;
	}
.map{
	margin:3em 0 0;
}
.map iframe{
	width:100%;
	min-height:400px;
}
/*-- //contact --*/
/*-- footer --*/
.footer {
  padding: 4em 0;
     background-color: #333;
}
.footer-grid-w3layouts-agile h3.title {
    font-size: 1.8em;
    color: #C9C9C9;
	margin:0;
}
.footer-grid-w3layouts-agile ul {
  margin: 0;
  padding: 2em 0 0;
}
.footer-grid-w3layouts-agile ul li {
    display: block;
	margin: 0 0 10px;
	color:#818180;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer-grid-w3layouts-agile ul li a {
    font-size: 14px;
    color: #8D8D8C;
    text-decoration: none;
    padding: 0.2em 0;
    display: inline-block;
	letter-spacing: 1px;
}
.footer-grid-w3layouts-agile ul li a:hover {
  color:#fff;
}
.contact-grid ul li span {
  left: -15px;
}
.footer-grid-w3layouts-agile ul li.adrs {
    padding-left:1.1em;
}
.copy {
  text-align: center;
    background: #1b1a1a;
  padding:1.5em 0;
}
.copy p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
}
.copy p a {
  color:#00874c;
  text-decoration:none;
  letter-spacing: 1px;
}
.copy p a:hover{
  color:#fff;
  border-bottom:3px double #00874c;
}
.copy-left-w3l-agile {
    float: left;
}
.social-icons {
    float: right;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a.fb {
    background: url(../images/iconsprite.png)no-repeat 10px 3px;   
}
.social-icons ul li a.fb:hover{
	background-color:#3b5998;
}
.social-icons ul li a {
    background: url(../images/iconsprite.png)no-repeat 3px -33px;
    display: block;
    width: 32px;
    height: 32px;
    transition: none;
}
.social-icons ul li a.pn {
    background: url(../images/iconsprite.png)no-repeat 6px -108px;
}
.social-icons ul li a.pn:hover {
   background-color:#cc2127;
}
.social-icons ul li a.gg {
    background: url(../images/iconsprite.png)no-repeat 6px -72px;
}
.social-icons ul li a.gg:hover {
   background-color:#dd4b39;
}
.social-icons ul li a:hover {
    transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
    transition: .5s all;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	background-color:#55acee;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.banner-pos-left-info h3 {
		font-size: 1.1em;
	}

	.banner-pos {
		top:76%;
		left: 12%;
		width: 77%;
	}
	.banner {
		min-height: 630px;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
    margin: 0;
    font-size: 2.3em;
	}
}
@media (max-width:1366px){
	.banner-pos-left-info h3 {
		font-size: 1em;
	}
}
@media (max-width: 1280px){
	.banner-pos {
		left: 8%;
		width: 85%;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2,.banner-text-inf3 {
		min-height: 405px;
	}
	.banner-text-info h3 {
		padding:5em 0 0;
	}
	.advantages {
		min-height: 550px;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		margin: 0;
		font-size: 2em;
	}
	.banner-text-info h3 {
       font-size: 2.5em;
	}
	.banner-info-left h3 {
		font-size: 3em;
	}
	
	.banner-info-left p {
		font-size: 14px;
		margin: 1em 0 3em;
		letter-spacing: 4px;
	}
	.newsletter-info-agile-w3ls {
       min-height: 360px;
	}
}
@media (max-width: 1080px){
	.banner-info-left h1 {
		font-size: 1.8em;
	}
	.banner {
		min-height: 454px;
	}
	.banner-info {
		margin: 7em auto 0;
	}
	.banner-pos {
		left: 3%;
		width: 93%;
	}
	.banner-pos-left-info h3 {
		font-size: 1.2em;
	}
	.banner-pos-left-info p {
		margin: 0.5em 0 0;
	}
	.welcome {
		padding: 12em 0 5em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.8em;
	}
	.welcome-grids {
		margin: 4em 0 0;
	}
	.welcome-grd h4 {
		font-size: 1.1em;
		margin: 2.5em 0 0.4em;
	}
    .welcome-grd {
		min-height: 205px;
	}
	.icons {
		top: -20%;
		left: 35%;
	}
	.icons span {
		left: 1.1em;
		top: 1.1em;
	}
	.services, .banner-text, .services1, .history, .gallery, .contact, .newsletter,.advantages{
		padding: 3em 0;
	}
	.services-left h4 {
		font-size: 1.1em;
	}
	.para span {
		left: 99px;
	}
	.banner-pos-left-info h3 i {
		top: 0;
	}
	.our-advantages-grd-left p {
		padding: 11px 15px;
		font-size: 12px;
	}
	.our-advantages-grd-right h4 {
		font-size: 1.2em;
		margin: 0 0 0.5em;
	}
	.our-advantages-grids:nth-child(2) {
		margin: 3em 0 2em;
	}
	.advantages {
		min-height: 510px;
	}
	.history-left-grid h4, .history-right h4 {
		font-size: 1.1em;
	}
	.da-thumbs li a div h5 {
		margin: 1.5em 0 0 0;
	}
	.da-thumbs li a div span {
		font-size: 14px;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 48%;
	}
	.home-radio-clock ul li {
		padding-left: 0em;
	}
	.contact-us1-bottom textarea {
		width: 100% !important;
	}
	.footer-grid-w3layouts-agile h3.title {
		font-size: 1.5em;
	}
	.footer {
		padding: 3em 0;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.newsletter-info-agile-w3ls {
       min-height: 360px;
	}
	.banner-info-left h3 {
		font-size: 2.8em;
	}
	.banner-info-left h3 {
		font-size: 2.8em;
	}
	.navbar-brand {
		display: block;
		height: 80px;
		color: #fff !important;
		font-size: 0.8em;
	}
}
@media (max-width: 1024px){
	.banner-info-left h1 {
		font-size: 1.8em;
	}
	.banner {
		min-height: 454px;
	}
	.banner-info {
		margin: 7em auto 0;
	}
	.banner-pos {
		left: 3%;
		width: 93%;
	}
	.banner-pos-left-info h3 {
		font-size: 1.2em;
	}
	.banner-pos-left-info p {
		margin: 0.5em 0 0;
	}
	.welcome {
		    padding: 12em 0 2em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.8em;
	}
	.welcome-grids {
		margin: 4em 0 0;
	}
	.welcome-grd h4 {
		font-size: 1.1em;
		margin: 2.5em 0 0.4em;
	}
    .welcome-grd {
		min-height: 205px;
	}
	.icons {
		top: -20%;
		left: 35%;
	}
	.icons span {
		left: 1.1em;
		top: 1.1em;
	}
	.services, .banner-text, .services1, .history, .gallery, .contact, .newsletter,.advantages{
		padding: 3em 0;
	}
	.services-left h4 {
		font-size: 1.1em;
	}
	.para span {
		left: 99px;
	}
	.banner-pos-left-info h3 i {
		top: 0;
	}
	.our-advantages-grd-left p {
		padding: 11px 15px;
		font-size: 12px;
	}
	.our-advantages-grd-right h4 {
		font-size: 1.2em;
		margin: 0 0 0.5em;
	}
	.our-advantages-grids:nth-child(2) {
		margin: 3em 0 2em;
	}
	.advantages {
		min-height: 510px;
	}
	.history-left-grid h4, .history-right h4 {
		font-size: 1.1em;
	}
	.da-thumbs li a div h5 {
		margin: 1.5em 0 0 0;
	}
	.da-thumbs li a div span {
		font-size: 14px;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 48%;
	}
	.home-radio-clock ul li {
		padding-left: 0em;
	}
	.contact-us1-bottom textarea {
		width: 100% !important;
	}
	.footer-grid-w3layouts-agile h3.title {
		font-size: 1.5em;
	}
	.footer {
		padding: 3em 0;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.newsletter-info-agile-w3ls {
       min-height: 360px;
	}
	.banner-info-left h3 {
		font-size: 2.8em;
	}
	.banner-info-left h3 {
		font-size: 2.8em;
	}
	.navbar-brand {
		display: block;
		height: 80px;
		color: #fff !important;
		font-size: 0.8em;
	}
}
@media (max-width:991px){
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.nav > li > a {
		padding: 38px 16px;
	}
	.navbar-brand {
		height: 70px;
		padding: 0.5em 0 0em 1.6em;
		font-size: 0.7em;
	}
	.banner-info-left h1 {
		font-size: 1.5em;
	}
	.banner-info {
		margin: 5em auto 0;
		width: 90%;
	}
	.more a {
		padding: 10px 25px;
		font-size: 13px;
	}
	.banner-pos {
		left: 2%;
		top: 100%;
		width: 96%;
	}
	.banner {
		min-height: 360px;
	}
	.welcome {
		padding: 34em 0 3em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.6em;
	}
	.welcome-grid {
		float: left;
		margin: 0 0 0 3em !important;
		width: 40%;
	}
	.welcome-grid:nth-child(1),.welcome-grid:nth-child(2){
		margin: 0 auto 4em 3em !important;
	}
	.welcome-grd {
		min-height: 250px;
	}
	.welcome-grd h4 {
		margin: 3.5em 0 0.4em;
	}
	.banner-text-info h3 {
		padding: 2em 0 0;
		width: 90%;
		font-size: 2.3em;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2,.banner-text-inf3 {
		min-height: 305px;
	}
	.services-top-left {
		float: left;
		width: 50%;
	}
	.services-left {
		text-align: center;
	}
	.service-img img {
		margin: 0 auto;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.services-left p {
		margin: 0;
	}
	.services-grid {
		width: 33.33%;
		float:left;
	}
	.para span {
		left: 61px;
	}
	.our-advantages-grd-left {
		width: 10%;
	}
	.our-advantages-grids:nth-child(2) {
		margin: 2em 0 0em;
	}
	.our-advantages-grd-right {
		margin: 0 0 2em;
	}
	.history-right {
		margin: 2em 0 0;
	}
	
	.da-thumbs li a div h5 {
		font-size: 1.3em;
	}
	.gallery-grids {
		margin: 2em 0 0;
	}
	.contact-us1-bottom form {
		float: none;
		width: 100%;
		margin: 0 0 2em;
	}
	.contact-us1-bottom {
		margin: 2em 0 0;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 48.74%;
	}
	.home-radio-clock {
		width: 30%;
		margin-left: 1em;
	}
	.home-radio-clock-right {
		width: 50%;
	}
	.home-radio-clock-right ul li span {
		display: initial;
	}
	.map {
		margin: 2em 0 0;
	}
	.map iframe {
		min-height: 270px;
	}
	.footer-grid-w3layouts-agile h3.title {
		font-size: 1.3em;
	}
	.footer-grid-w3layouts-agile {
		float: left;
		width: 100%;
	}
	.footer {
		padding: 2.5em 0 1.5em;
	}
	.banner-info-left h3 {
		font-size: 2.5em;
	}
	.wmuSliderPagination {
		z-index: 2;
		position: absolute;
		right: 46%;
		top: 72%;
	}
	.newsletter-info-agile-w3ls {
		min-height: 317px;
	}
	.da-thumbs li a div span {
		font-size: 13px;
		padding: 10px 0;
		margin: 5px 10px 10px 10px;
	}
}
@media (max-width:768px){
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.nav > li > a {
		padding: 38px 16px;
	}
	.navbar-brand {
		height: 70px;
		padding: 0.5em 0 0em 1.6em;
		font-size: 0.7em;
	}
	.banner-info-left h1 {
		font-size: 1.5em;
	}
	.banner-info {
		margin: 5em auto 0;
		width: 90%;
	}
	.more a {
		padding: 10px 25px;
		font-size: 13px;
	}
	.banner-pos {
		left: 2%;
		top: 100%;
		width: 96%;
	}
	.banner {
		min-height: 360px;
	}
	.welcome {
		padding: 34em 0 3em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.6em;
	}
	.welcome-grid {
		float: left;
		margin: 0 0 0 3em !important;
		width: 40%;
	}
	.welcome-grid:nth-child(1),.welcome-grid:nth-child(2){
		margin: 0 auto 4em 3em !important;
	}
	.welcome-grd {
		min-height: 250px;
	}
	.welcome-grd h4 {
		margin: 3.5em 0 0.4em;
	}
	.banner-text-info h3 {
		padding: 2em 0 0;
		width: 90%;
		font-size: 2.3em;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2,.banner-text-inf3 {
		min-height: 305px;
	}
	.services-top-left {
		float: left;
		width: 50%;
	}
	.services-left {
		text-align: center;
	}
	.service-img img {
		margin: 0 auto;
	}
	.services-left h4 {
		font-size: 1em;
	}
	.services-left p {
		margin: 0;
	}
	.services-grid {
		width: 33.33%;
		float:left;
	}
	.para span {
		left: 61px;
	}
	.our-advantages-grd-left {
		width: 10%;
	}
	.our-advantages-grids:nth-child(2) {
		margin: 2em 0 0em;
	}
	.our-advantages-grd-right {
		margin: 0 0 2em;
	}
	.history-right {
		margin: 2em 0 0;
	}
	
	.da-thumbs li a div h5 {
		font-size: 1.3em;
	}
	.gallery-grids {
		margin: 2em 0 0;
	}
	.contact-us1-bottom form {
		float: none;
		width: 100%;
		margin: 0 0 2em;
	}
	.contact-us1-bottom {
		margin: 2em 0 0;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 48.74%;
	}
	.home-radio-clock {
		width: 30%;
		margin-left: 1em;
	}
	.home-radio-clock-right {
		width: 50%;
	}
	.home-radio-clock-right ul li span {
		display: initial;
	}
	.map {
		margin: 2em 0 0;
	}
	.map iframe {
		min-height: 270px;
	}
	.footer-grid-w3layouts-agile h3.title {
		font-size: 1.3em;
	}
	.footer-grid-w3layouts-agile {
		float: left;
	}
	.footer {
		padding: 2.5em 0 1.5em;
	}
	.banner-info-left h3 {
		font-size: 2.3em;
	}
	.wmuSliderPagination {
		z-index: 2;
		position: absolute;
		right: 46%;
		top: 72%;
	}
	.newsletter-info-agile-w3ls {
		min-height: 317px;
	}
	.da-thumbs li a div span {
		font-size: 13px;
		padding: 10px 0;
		margin: 5px 10px 10px 10px;
	}
}
@media (max-width: 767px){
	.navbar-brand {
		height: 90px;
	}
	.cabecera-destacada{
		margin-top: 90px;
	}
	.header{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2147483645;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background: unset;
	}
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .root-nav .sub-nav a{
    	font-size: 13px;
    }
    .root-nav .sub-nav a{
    	padding-left: 5px;
    }
    .root-nav .sub-nav ul li{
    	padding: 5px;
    }
    .navbar{
    	position: static;
    }
    .nav > li.root-nav{
    	-webkit-transform: unset;
  		transform: unset;
    }
    .root-nav .sub-nav{
    	position: fixed;
    	height: 100%;
    	width: 250px;
    	left: 0;
    	display: block;
    	-webkit-transform: translate(-100%);
	    -ms-transform: translate(-100%);
	    transform: translate(-100%);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	    transition: -webkit-transform .3s cubic-bezier(.4,0,.6,1);
	    transition: transform .3s cubic-bezier(.4,0,.6,1);
	    transition: transform .3s cubic-bezier(.4,0,.6,1),-webkit-transform .3s cubic-bezier(.4,0,.6,1);
	    z-index: 2147483643;
    }
    .root-nav:hover .sub-nav {
    	-webkit-transform: translate(0%);
	    -ms-transform: translate(0%);
	    transform: translate(0%);
	    -webkit-transform: translate3d(0%,0,0);
	    transform: translate3d(0%,0,0);
	}
	.footer-grid-w3layouts-agile {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}
		.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 100%;
	}
	.contact-us1-bottom input {
		margin: 0em 0 0em 0em;
	}
}

@media (max-width: 667px){
	.banner-info-left h1 {
		font-size: 1.3em;
	}
}
@media (max-width:640px){
	.banner-info-left {
		width: 100%;
	}
	.banner {
		min-height: 292px;
	}
	.banner-info {
		margin: 4em auto 0;
		width: 97%;
	}
	.more a {
		padding: 8px 17px;
	}
	.banner-pos-left-info {
		padding: 1.5em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.4em;
	}
	.welcome {
		padding: 36em 0 3em;
	}
	.icons {
		width: 56px;
		height: 56px;
	}
	.welcome-grd h4 {
		margin: 2.5em 0 0.4em;
	}
	.welcome-grd {
		min-height: 208px;
	}
	.icons span {
		left: 0.8em;
		top: 0.8em;
	}
	.icons {
		top: -14%;
		left: 38%;
	}
	.banner-text-info h3 {
		font-size: 1.7em;
	}
	.wmuSliderPagination {
		right: 45%;
		top: 74%;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2,.banner-text-inf3 {
		min-height: 275px;
	}
	.para span {
		width: 70px;
		height: 70px;
		left: 252px;
		top: -40px;
	}
	.para p {
		padding: 3.5em 1em 2em;
	}
	.services-grids {
		margin:2em 0 0;
	}
	.our-advantages-grd-left p {
		font-size: 14px;
	}
	.our-advantages-grd-left {
		width: 13%;
	}
	.our-advantages-grd-right h4 {
		font-size: 1em;
	}
	.our-advantages-grd-right {
		width: 87%;
	}

	.newsletter-info-agile-w3ls {
		background: url(../images/10.jpg) no-repeat 0px 0px;
		min-height:290px;
		background-size: 160%;
	}
	.letter input[type="submit"] {
		outline: none;
		border: none;
		background: url(../images/3.png) no-repeat 10px 8px #fff;
		display: inline-block;
		padding: 11.5px 0;
		width: 10%;
	}
	.da-thumbs li a div h5 {
		font-size: 1.1em;
	}
	.da-thumbs li a div span {
		font-size:13px;
		padding: 5px 0;
		margin: 0 5px;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 100%;
	}
	.contact-us1-bottom input {
    margin: 0em 0 0em 0em;
}
	.footer-grid-w3layouts-agile ul {
		padding: 1em 0 0;
	}
	.copy p {
		margin: 0;
	}
	.copy-left-w3l-agile {
		float: none;
		margin: 0 0 1em;
	}
	.social-icons {
		float: none;
	}
	.welcome-grid:nth-child(1), .welcome-grid:nth-child(2) {
		margin: 0 auto 4em 2.5em !important;
	}
	.welcome-grid {
		margin: 0 0 0 2.5em !important;
	}
	.services-grid {
		width: 100%;
		float: left;
		margin-top: 14%;
	}
	.da-thumbs li {
		float: left;
		margin: 0.4%;
		padding: 8px;
		position: relative;
		width: 49%;
	}
}
@media (max-width:480px){
	.banner-info-left h1 {
		font-size: 1.2em;
	}
	.banner {
		min-height: 267px;
	}
	.banner-pos-left-info h3 {
		font-size: 1em;
	}
	.banner-pos-left-info {
		padding: 1em;
	}
	.banner-pos-left-info h3 i {
		top: 0.2em;
		font-size: 1.3em;
	}
	.welcome {
		padding: 32em 0 2em;
	}
	.welcome-grid:nth-child(1), .welcome-grid:nth-child(2) {
		margin: 0 auto 4em 0em !important;
		width: 50%;
	}
	.welcome-grd h4 {
		margin: 1.5em 0 0.4em;
	}
	.welcome-grd {
		min-height: 190px;
	}
	.welcome-grid {
		margin: 0 !important;
		width: 50%;
	}
	.services, .banner-text, .services1, .history, .gallery, .contact, .newsletter, .advantages {
		padding: 2em 0;
	}
	.banner-text-info h3 {
		font-size: 1.4em;
	}
	.wmuSliderPagination {
		right: 41%;
		top: 70%;
	}
	.wmuSliderPagination {
		right: 41%;
	}
	.banner-pos {
		width: 98%;
	}
	.services-top {
		margin: 2em 0 0;
	}
	.services-top-main:nth-child(2) {
		margin-top: 1em;
	}
	.services-grid {
		float: none;
	}
	.para span {
		left: 168px;
	}
	.our-advantages-grd-left {
		width: 18%;
	}
	.our-advantages-grd-right {
		width: 80%;
	}
	.history-left-grid h4, .history-right h4 {
		font-size: 1em;
	}
	.da-thumbs li {
		float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
    .da-thumbs li a {
        overflow: hidden;
        height: auto;
    }
    .da-thumbs li a img{
        max-height: unset;
        max-width: unset;
        width: 100%;
        height: auto;
    }
	.gallery-grids {
		margin: 1em 0 0;
	}
	.da-thumbs li a div h5 {
		margin: 4.5em 0 0 0;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 47.9%;
	}
	.contact-us1-bottom input[type="submit"] {
		padding: 8px 0px;
		font-size: 14px;
	}
	.map iframe {
		min-height: 180px;
	}
	.footer-grid-w3layouts-agile h3.title {
		font-size: 1.1em;
	}
	.footer {
		padding: 1.5em 0 0.5em;
	}
	.banner-info-left h3 {
		font-size: 1.6em;
	}
	.banner-info-left p {
		font-size: 13px;
		margin: 1em 0 2em;
		letter-spacing: 1px;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.services-top-left {
		float: left;
		width: 100%;
		margin-bottom:1em;
	}
	.services-top-main {
		margin-bottom: 2em;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2, .banner-text-inf3 {
		min-height: 242px;
	}
	.letter {
		margin: 2em auto;
		width: 80%;
		text-align: center;
	}
}
@media (max-width: 414px){
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 100%;
	}
	.contact-us1-bottom input[type="email"] {
		margin: 1em 0 0 0em;
	}
	.navbar-brand {
		height: 87px;
		padding: 0.5em 0 0em 0em;
	}
	.welcome-grid:nth-child(1), .welcome-grid:nth-child(2),.welcome-grid {
		 margin: 0 auto 3em 3em !important;
		width: 76%;
	}
	.welcome-grd {
		min-height: 236px;
		padding: 3em 1em 0em 1em;
	}
	.welcome {
		padding: 31em 0 0em 0;
	}
	.para span {
		left: 134px;
	}
}
@media (max-width:384px){
	.welcome-grid:nth-child(1), .welcome-grid:nth-child(2),.welcome-grid {
		margin: 0 auto 3em 2em !important;
		    width: 80%;
	}
	.welcome {
		padding: 38em 0 0em 0;
	}
	.banner-info-left h3 {
		font-size: 1.4em;
	}
	.banner {
		min-height: 236px;
	}
	.para span {
		left: 120px;
	}
	.letter input[type="text"] {
		padding: 12px 10px;
		width: 73%;
   }
	.letter input[type="submit"] {
		padding: 11.5px 0;
		width: 18%;
	}
	.newsletter-info-agile-w3ls {
		background: url(../images/10.jpg) no-repeat 0px 0px;
		min-height: 168px;
		background-size: 169%;
	}
	.newsletter-info-agile-w3ls h3 {
    padding: 2em 0 0 0em !important;
	}
}
@media (max-width:375px){
	.welcome {
		padding: 38em 0 0em 0;
	}
	.welcome-grd {
		min-height: 236px;
		padding: 2em 1em 0em 1em;
	}.letter input[type="text"] {
		padding: 12px 10px;
		width: 73%;
   }
	.letter input[type="submit"] {
		padding: 11.5px 0;
		width: 18%;
	}
	.newsletter-info-agile-w3ls {
		background: url(../images/10.jpg) no-repeat 0px 0px;
		min-height: 168px;
		background-size: 169%;
	}
	.newsletter-info-agile-w3ls h3 {
    padding: 2em 0 0 0em !important;
	}
}
@media (max-width:333px){
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
}
@media (max-width:320px){
	.navbar-brand span {
		font-size: 11px;
		line-height: 1.5em;
	}
	.nav > li > a {
		padding: 38px 12px;
	}
	.banner-info-left h1 {
		font-size: 1em;
	}
	.banner-info {
		margin: 2.5em auto 0;
		width: 100%;
	}
	.banner-info-left p {
		font-size: 13px;
		margin: 0.5em 0 1em;
	}
	.more a {
		padding: 6px 11px;
		font-size: 11px;
	}
	.banner {
		min-height: 195px;
	}
	.banner-pos-left-info p {
		margin: 0;
		font-size: 13px;
	}
	.banner-pos-left-info {
		padding: .5em .5em .5em 1em;
	}
	.welcome {
		padding: 30em 0 2em;
	}
	p.ever,.welcome-grd p,.services-left p,.para p,.our-advantages-grd-right p,p.aut,.history-right ul li a{
		font-size: 13px;
	}
	.history-right ul li {
		margin: 0 0 5px;
	}
	.history-left-grid h4, .history-right h4 {
		margin: 1em 0 0.5em;
	}
	.history-right p {
		font-size: 13px;
		margin: 0;
	}
	.history-right ul {
		padding: 1em 0 0;
	}
	.welcome-grid {
		float: none;
		width:93% !important;
		    margin: 0 auto 3em 0.5em !important;
	}
	.welcome-grid:nth-child(4) {
		margin: 0 auto 0em 0em !important;
	}
	.welcome-grd h4 {
		margin: 1.8em 0 0.4em;
	}
	.welcome-grids {
		margin: 3em 0 0;
	}
	.banner-text-info h3 {
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 3em 0 0;
	}
	.banner-text-inf, .banner-text-inf1, .banner-text-inf2,.banner-text-inf3 {
		min-height: 194px;
	}
	.services-top-left {
		float: none;
		width: 100%;
	}
	.services-top {
		margin: 1em 0 0;
	}
	.services-left,.services-top-left,.our-advantages-grid,.history-left,.history-right{
		padding: 0 !important;
	}
	.history-left h3, .history-right h3 {
		margin: 0 0 1em !important;
	}
	.service-img {
		padding: 0 1em !important;
	}
	.services-top-main:nth-child(2) {
		margin: 1em 0;
	}
	.services-top-main:nth-child(3) {
		margin: 0 0 1em;
	}
	.services-grid {
		width: 100%;
	}
	.para span {
		left: 90px;
	}
	.our-advantages-grd-left {
		width: 28%;
	}
	.our-advantages-grd-right {
		width: 68%;
		margin: 0 0 1em;
	}
	.newsletter {
		padding: 0 0 2em;
	}
	.newsletter-info-agile-w3ls h3 {
		padding: 2em 0 1em 0em !important;
	}
	.da-thumbs li {
		width: 95%;
	}
	.da-thumbs li a div h5 {
		margin: 2.5em 0 0 0;
	}
	.contact {
		padding: 0 0 2em;
	}
	.contact-us1-bottom {
		margin: 1em 0 0;
	}
	.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}
	.contact-us1-bottom input[type="email"] {
		margin: 1em 0 0;
	}
	.contact-us1-bottom input[type="submit"] {
		width: 45%;
		padding: 6px 0px;
		font-size: 13px;
	}
	.home-radio-clock ul li i {
		font-size: 1.2em;
	}
	.home-radio-clock ul li,.home-radio-clock-right ul li,.copy p {
		font-size: 13px;
	}
	.home-radio-clock-right ul li.lst {
		margin: 1em 0;
	}
	.home-radio-clock {
		width: 98%;
		float: none;
		margin: 0 0 1em 1em;
	}
	.home-radio-clock-right {
		width: 100%;
		float: none;
	}
	.footer-grid-w3layouts-agile {
		float: none;
		width: 100%;
		margin: 0 0 1em;
		padding: 0 !important;
	}
	.footer-grid-w3layouts-agile ul li {
		margin: 0 0 5px;
	}
	.footer-grid:nth-child(2) {
		margin: 0 0 1em;
	}
	.contact-grid ul li span {
		left: 0px;
		padding-right: 1em;
	}
	.banner-info-left h3 {
		font-size: 1.2em;
	}
	.welcome-grid:nth-child(1), .welcome-grid:nth-child(2), .welcome-grid {
      margin: 0 auto 3em 0.6em !important;
	}
	.welcome-grd {
		min-height: 216px;
		padding: 2em 1em 0em 1em;
	}
	.welcome h2, .services h3, .services1 h3, .advantages h3, .history-left h3, .history-right h3, .gallery h3, .contact h3, .newsletter-info-agile-w3ls h3,.about h3 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.para span {
		left: 87px;
	}
	.services-grid {
		width: 100%;
		float: left;
		margin-top: 22%;
	}
	.navbar-brand {
		height: 76px;
		padding: 0.5em 0 0em 0em;
	    font-size: 0.65em;
	}
	.letter input[type="text"] {
		padding: 12px 10px;
		width: 73%;
   }
	.letter input[type="submit"] {
		padding: 11.5px 0;
		width: 18%;
	}
	.newsletter-info-agile-w3ls {
    background: url(../images/10.jpg) no-repeat 0px 0px;
    min-height: 168px;
    background-size: 169%;
	}
	.letter {
		margin: 0em auto;
	}
}

@media (min-width:1200px) and (max-width:1719px){
    .about .image-part {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
	.about .image-part {
    	margin-left: 0;
	}
}

@media (min-width:768px) and (max-width:991px){
    .about .image-part {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
	.mt-sm-20 {
    	margin-top: 20px;
	}
    .about .image-part {
        margin-left: 0px;
    }
    .about .section-title {
        padding-top: 30px;
    }
}

.chef {
    color: #fff;
}
.chef h4 {
    font-size: 37px;
    color: #fff;
    margin: 0.5em 0;
    text-transform: capitalize;
    font-weight: 300;
    padding-bottom: 10px;
}

.project .item {
    position: relative;
}

.project .item:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.project .item .overlay {
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 0%, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 22%;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.project .item img {
    width: 100%;
}
.project .item .overlay h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    font-family: var(--roboto);
    text-transform: capitalize;
}
.project .item .overlay h6 {
    color: #fff;
    font-family: var(--poppins);
    font-weight: 500;
    text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1199px){
    .project .item .overlay h3 {
        font-size: 20px;
    }
}

#contact .contact-form{
	display: block;
	padding: 30px; 
	background-color: rgba(255, 255, 255, 0.7);
}
.m-store-map{
	height: 600px;
	display: none;
}

/* footer */
.g-footer {
	color: #fff;
	background: url(../images/footer-bg.jpg) #2d2d2d repeat-x 50% top;
	width: 100%;
    position: static;
    min-height: 80px;
    text-align: center;
}
.m-footer-text a,.m-footer-text a:link,.m-footer-text a:hover,.m-footer-text a:visited,.m-footer-text a:active {
    text-align: center;
    padding: 0px 0px 5px;
    color: #fff;
}
.hot-tel-number {
	color:#FFFFFF;
	font-size:32px;
}
@media (max-width:600px){
	.hot-tel-number {
		font-size:24px;
	}
}
@media (max-width:1000px){
	#contact {
		background: url(../images/store-map.jpg) center left no-repeat;
		margin-top: 0;
		padding: 1em 0!important;
	}
	.m-store-map{
		background: url(../images/store-map.jpg) center right no-repeat;
		height: 600px;
		display: block;
	}
	#contact .contact-form {
		width: 100%;
	}
	#contact button {
		width: 100%;
	}
	#contact .input-group{
		display: block;
	}
	#contact input{
		width: 100%!important;
	}
}
.page-top,.page-top img{
	display: block;
	width: 100%;
}
.page{
	margin-top: -100px;
}
.page-info-sector.door-detail-tile {
    padding: 40px;
}
.page-subtitle {
    color: #4c4c4c;
    letter-spacing: 2px;
}
.page-subtitle {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
}
.page-subtitle h2{
	margin-top: 0;
	line-height: 42px;
}
.page-title{
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
	font-weight: 600;
}
.page-wrapper{
	background-color:#fff;
	border:1px solid #ededed;
	min-height:10px;
	margin-bottom:80px;
	position: relative;
}
.page-wrapper{
	min-height:453px;
	display:block;
	border-radius: 10px 10px 0 0;
}
.product-wrapper{
	display: block;
}

#top-b-text {
	border-style:none;
	border-width:0px;
	border-color:#333333;
	margin-left:10px;
	margin-right:0px;
	margin-top:-360px;
	margin-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
#top-b-text .m-wg-ct{
	font-family:inherit;
	background-color:transparent;
}
#top-b-text{
	position:relative;
	z-index:2;
}
#top-b-text .m-wg-ct{
	position:absolute;
}
#top-b-text .p-text-01 {
	font-size:58px;
	color:white;
	line-height:55px;
	font-family:黑体;
}
#top-b-text .p-text-02 {
	color:white;
	font-size:45px;
	margin-top:50px;
	font-family:黑体;
}

#top-b-text .p-text-03{
	color:white;
	font-size:15px;
	line-height:25px;
	margin-left:70px;
	margin-top:20px;
	font-family:黑体;
}
.da-product-thumbs .p-name{
	display: block;
	line-height: 22px;
	text-align: center;
	padding: 8px 0;
}
.store-images{
	padding: 60px 0;
}
.page-join img{
	display: block;
	width: 100%;
}
.page-bottom{
	background: #00874c;
    color: #fff;
    padding: 30px 0px;
}

.news-list ul{
	padding: 60px 0 0 0;
	list-style: none;
}
.news-list ul.pagination{
	padding:0;
}
.pagination > li > a, .pagination > li > span{
	color: #505050;
}

.gl-item {
    border: 1px solid #ededed;
    padding: 5px 20px;
    margin-bottom: 40px;
}

.gl-item .file-image {
    text-align: center;
}
.gl-item .file-card .file-text {
    min-height: 150px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.page-subtitle {
    color: #4c4c4c;
    letter-spacing: 2px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
}
.gl-item .file-card .file-text .page-subtitle {
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 22px;
}
.page-item-descriptionlong {
    color: #4a4848;
    padding-top: 20px;
}
.gl-item .file-card .file-text .page-item-descriptionlong, .gl-item .file-card .file-text .page-item-descriptionlong a, .gl-item .file-card .file-text .page-item-descriptionlong p{
	color: #4a4848!important;
}
.gl-item .file-card .file-footer {
    border-top: 1px solid #ededed;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gl-item .file-card .file-footer .file-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    color: #a0a0a0;
}
.gl-item .file-card .file-footer .file-info__item {
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 20px;
}
.gl-item .file-card .file-footer .file-info__item--order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.detail-container{
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.product-gallery .main-image-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 330px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    padding: 3px;
}
.product-gallery .main-image-block img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.thumbnails li{
	padding: 5px;
}
.thumbnails li a:focus{
	outline-offset: unset;
	outline: 5px auto #00874c;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
}
.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
}
.slick-prev:before, .slick-next:before {
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    font-size: 30px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: currentColor;
    background: transparent;
}
.navbar-nav-mobile .slick-prev {
    left: -35px;
}
.navbar-nav-mobile .slick-next {
    right: -35px;
}
#join-popup .join-form{
	margin-top: 0;
	padding-top: 0;
}

@media (min-width: 376px) {
	.gl-item .file-card .file-footer .file-info__item {
	    width: 50%;
	}
}

@media (min-width: 768px) {
	.gl-item {
	    display: -ms-flexbox;
	    display: flex;
	}
	.gl-item .file-image {
	    width: 29%;
	    text-align: left;
	}
	.gl-item .file-card {
	    width: 71%;
	    padding-left: 20px;
	}
	.gl-item .file-card .file-footer {
	    display: -ms-flexbox;
	    display: flex;
	}
	.gl-item .file-card .file-footer .file-info {
	    height: 70px;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    padding-top: 0;
	}
	.gl-item .file-card .file-footer .file-info__item {
	    -ms-flex-order: 0;
	    order: 0;
	    width: auto;
	    padding-right: 40px;
	    padding-bottom: 0;
	}
	.gl-item .file-card .file-footer .file-info__item--order-1 {
	    -ms-flex-order: unset;
	    order: unset;
	}
	.gl-item .file-card .file-footer .file-info__item:last-of-type {
	    padding-right: 0;
	    -ms-flex-pack: end;
	    justify-content: end;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	}
}
.page-detail img{
	display: block;
    max-width: 100%;
}
.layui-layer-join{
    z-index: 2147483646!important;
}
.viewer-container{
    z-index: 2147483647!important;
}
@media (max-width:991px){
	.page-subtitle{
		margin-top: 30px;
	}
}

@media (min-width:680px) and (max-width:767px){
	.process-align .process-item-title {
	    font-size: calc(14px + 0.12rem);
	    line-height: calc(30px + 0.14rem);
	}
}

@media (max-width:767px){
	.page-top{
		margin-top: 90px;
	}
	.news-list ul{
		padding: 30px 0 0 0;
	}
	.page{
		margin-top: -50px;
	}
	.page-info-sector.door-detail-tile {
		padding: 25px;
	}
	.page-subtitle h2{
		font-size: 24px;
		line-height: 28px;
	}
	#top-b-text .m-wg-ct{
		top: 80px;
	}
	#top-b-text .p-text-01 {
		font-size: 40px;
		line-height:38px;
	}
	#top-b-text .p-text-02 {
		font-size: 30px;
		margin-top: 20px;
	}
	#top-b-text .p-text-03 {
		margin-left: 30px;
		font-size: 14px;
	}
	.headquarters-support ul li {
	    width: calc(50% - 0.3rem);
	}
	.headquarters-support {
	    margin-top: calc(40px + 0.05rem);
	}
	.process-btn {
		margin-top: 40px;
	}
}
@media (max-width:330px){
	#top-b-text .p-text-01 {
		font-size: 35px;
		line-height:38px;
	}
	#top-b-text .p-text-02 {
		font-size: 25px;
		margin-top: 20px;
	}
	#top-b-text .p-text-03 {
		margin-left: 30px;
		font-size: 13px;
	}
}

@media (max-width:679px){
	.process-top {
	    width: 40%;
	    height: 100%;
	    max-height: 1600px;
	    flex-direction: column;
	}
	.process-item {
	    width: auto;
	    height: 20%;
	    margin: auto 0;
	    margin-bottom: 0.4rem;
	}
	.process-top .process-item .process-align {
	    margin: 0 0 0 auto;
	}
	.process-item .process-align, .process-item-2 .process-align {
	    width: 210px;
	    flex-direction: column;
	}
	.process-item-text {
	    text-align: center;
	}
	.process-item img, .process-item-2 img {
	    width: 60px;
	    height: 60px;
	}
	.process-line {
	    width: 116px;
	    height: 802px;
	}
	.process-line {
	    width: 20%;
	    height: 802px;
	    transform: rotateY(180deg);
	    -webkit-transform: rotateY(180deg);
	    margin-top: -150px;
	}
	.process-bottom {
	    width: 40%;
	    height: 100%;
	    max-height: 1600px;
	    flex-direction: column;
	}
	.process-item-2 {
	    width: auto;
	    height: 25%;
	    margin: auto 0;
	    margin-top: 0.4rem;
	}
	.process-bottom .process-item-2 .process-align {
	    margin: 0 auto 0 0;
	}

	.application-wrap {
	    align-items: unset;
	    max-height: 1200px;
    	display: flex;
	}
    .page-process .application-wrap {
        margin-top: calc(160px + 0.18rem);
    }
	#lottie {
		width: 802px;
	    height: 103px;
	    margin-top: calc((802px - 113px) / 2);
	    margin-left: calc((103px - 802px) / 2);
	    transform: rotate(90deg);
    	-webkit-transform: rotate(90deg);
	}
	.join-process .process-btn{
		margin-top: 0;
	}
}

@media (max-width: 520px) {
	.headquarters-support ul li {
	    width: 100%;
	}
}

@media (max-width:500px){
	.page{
		margin-top: 50px;
	}
    .page-subtitle{
        margin-top: 0;
    }
	.page-subtitle h2{
		font-size: 20px;
		line-height: 24px;
	}
	.page-detail p{
		font-size: 14px;
	}
	.page-wrapper{
		border: 0;
	}
	.page-info-sector.door-detail-tile{
		padding: 0;
	}
	#contact .contact-form{
		padding: 0;
	}
	#contact .container{
		padding: 0;
	}
	.process-btn{
		margin-top: 40px;
	}
	.page-product-detail{
		padding:0;
		margin-top: 25px;
	}
	#join-popup .c-left,#join-popup .c-right{
		padding: 0;
	}
	#join-footer{
		display: none;
	}
}

@media (max-width: 420px) {
	#lottie {
	    margin-left: calc((63px - 802px) / 2);
	}
	.process-align .process-item-title{
		font-size: calc(13px + 0.12rem);
	}
}
@media (max-width: 420px) {
	#lottie {
	    margin-left: calc((83px - 802px) / 2);
	}
	.process-line {
		margin-top: -170px;
	}
}
@media (max-width: 399px) {
	.process-line {
		margin-top: -200px;
	}
}

@media (max-width: 550px) {
	.process-mobile{
		display: block;
	}
	.process-pc{
		display: none;
	}
}

@media (min-width:1300px){
	.p-main{
		width: 1198px;
	}
}

@media (min-width:1400px){
	.p-main{
		width: 1170px;
	}
}
@media (max-width: 500px) {
    .cabecera-destacada {
        margin-top: 90px;
    }
    .navbar-brand {
        height: 90px;
    }
    .navbar-nav-mobile .slick-prev {
        left: -22px;
    }
    .navbar-nav-mobile .slick-next {
        right: -22px;
    }
    .navbar-default .navbar-nav-mobile {
        margin-right: 15px;
    }
}
